home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 February
/
CHIPCD_02_2002.iso
/
Internet
/
Macromedia ColdFusion Server 5
/
coldfusion-50-win-us.exe
/
data1.cab
/
Examples
/
CFDOCS
/
snippets
/
bitnot.cfm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-06-13
|
376 b
|
23 lines
<!--- This example shows BitNot --->
<HTML>
<HEAD>
<TITLE>BitNot Example</TITLE>
</HEAD>
<BASEFONT FACE="Arial, Helvetica" SIZE=2>
<BODY bgcolor="#FFFFD5">
<H3>BitNot Example</H3>
Returns the bitwise NOT of a long integer.
<P>BitNot(0): <CFOUTPUT>#BitNot(0)#</CFOUTPUT>
<P>BitNot(255): <CFOUTPUT>#BitNot(255)#</CFOUTPUT>
</BODY>
</HTML>